home *** CD-ROM | disk | FTP | other *** search
- /* $VER: HitRate.br 3.1 (07.06.94)
- *
- * Get hitrate for buffer system
- */
-
- if ~show('p', 'BBSREAD') then do
- address command
- "run >nil: `GetEnv THOR/THORPath`bin/LoadBBSRead"
- "WaitForPort BBSREAD"
- end
-
- options results
- address BBSREAD
-
-
- BUFHITRATE RATES
-
- say 'Global hitrate:' result
- say 'Read hitrate: ' RATES.READ
- say 'Write hitrate: ' RATES.WRITE
-
- exit
-